home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / rsyslog.preinst < prev    next >
Encoding:
Text File  |  2010-11-30  |  184 b   |  12 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. if [ "$1" = "install" -a -n "$2" ] ; then
  6.     [ -f /etc/logrotate.d/rsyslog.disabled ] && mv -f /etc/logrotate.d/rsyslog.disabled /etc/logrotate.d/rsyslog
  7. fi
  8.  
  9.  
  10.  
  11. exit 0
  12.